ICommonUI.ShowSelectFolderDialog method ¶
Namespace: NextDesign.Desktop
Description¶
Shows the Open Folder dialog and gets the path of the folder selected in the dialog. Returns null if the dialog was canceled.
argument¶
Name | Type | Description |
---|---|---|
title | string | Dialog title (If omitted, the application name is used) |
initialPath | string | Folder path to be initially selected (If omitted, the previously selected folder is initially selected) |
Return value¶
- string